home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / hisoft_readmes.lzx / Basic_Utils.readme next >
Text File  |  1990-02-18  |  3KB  |  94 lines

  1. Short:    Basic tools and listings
  2. Author:   Frank Reibold
  3. Uploader: peterr@stud.uni-hannover.de
  4. Type:     dev/basic
  5. Kurz:     Basic-Tools und Listings
  6.  
  7.  
  8. Basic_Utils
  9. ===========
  10.  
  11. Basic_Utils is a collection of small Basic sub programs and functions I wrote
  12. for some of my projects (MicroPaint contains an extended version of the ARexx
  13. port and number formatting functions provided here, for instance).
  14.  
  15. I hope that it is of use for some people :-)
  16.  
  17. This package does also include some utilities like the system information
  18. tool CBSI.
  19.  
  20.  
  21. Sources
  22. -------
  23.  
  24. This package covers among others the following topics:
  25.  
  26. o  a dBase viewer
  27. o  real and integer number formatting (according to Locale settings)
  28. o  calculating with *very large* integer numbers
  29. o  a sample ARexx port
  30. o  a screen grabber
  31. o  grep and replace tools (note: the ACE versions alter the files directly
  32.    on the disk whereas the Hisoft Basic versions load the whole file into
  33.    memory)
  34. o  linear regression analysis tool
  35. o  command line parser
  36. o  modifying .ini files with Blitz Basic (like MS Windows)
  37. o  FPU detection for Blitz Basic 2 (if present, you can use the new FPU
  38.    library for maximum speed!)
  39. o  progress indicators for Blitz Basic 2 users
  40. o  various other source codes
  41.  
  42. The source codes are written in the following languages:
  43.  
  44. o  ACE Basic
  45. o  Hisoft (Maxon) Basic
  46. o  Blitz Basic 2
  47.  
  48. Each source code contains a description of the provided functions.
  49.  
  50. Some ACE sources can be used with Hisoft Basic and vice versa.
  51.  
  52.  
  53. Utilities
  54. ---------
  55.  
  56. You can find the following utilities in the Bin directory:
  57.  
  58. o  cbcrypt98  - a file encryption utility (ACE, binary only)
  59. o  cbsi       - a system information tool (Blitz Basic 2, binary only)
  60. o  grabscreen - saves a screen to an IFF-ILBM file
  61. o  grep       - searches for strings in files, ACE version
  62. o  delcode    - processes text files and deletes control characters and
  63.                 duplicate blank lines etc.
  64. o  exe_timer  - calculates the execution time of programs
  65. o  mbver      - corrects the version strings of Hisoft Basic executables
  66. o  MemDiff    - calculates the memory consumption of programs
  67. o  replace    - replaces strings in files, ACE version
  68.  
  69.  
  70. Suggestions
  71. -----------
  72.  
  73. Have a look at the following archives for other interesting topics:
  74.  
  75. o  ACE_Tuning.lha             - how to obtain faster ACE executables
  76. o  mkagidx361.lha             - updates the index of AmigaGuide documents
  77. o  Progr_Langs.lha            - a comparison of programming languages
  78. o  MicroRexx100.lha           - an ARexx extension server
  79.  
  80.  
  81. Author
  82. ------
  83.  
  84. Send bug reports, suggestions, questions and usefull Basic, C, C++, Pascal, E
  85. or Modula-2 sub programs to:
  86.  
  87.   Frank Reibold
  88.   Ottberger Weg 13
  89.   31737 Rinteln
  90.   
  91.   GERMANY
  92.  
  93. Happy programming!
  94.